home *** CD-ROM | disk | FTP | other *** search
- MaSsMsG bY SaInTaNiC just type /massmsg 2 massmsg the channle
-
- massmsg {
- set %msg $$?="Enter Msg"
- set %channel 1
- :start
- if ($nick(%channel,#) == $null) { goto end }
- msg $nick(%channel,#) %msg
- inc %channel
- goto start
- :end
- echo -a Sent Massmsg Msg to #
- unset %channel
- halt
- }